home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / Ghostscript / data / Fontmap < prev    next >
Text File  |  1997-04-12  |  14KB  |  399 lines

  1. % Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Fontmap - standard font catalog for Ghostscript.
  16.  
  17. % ----------------------------------------------------------------
  18.  
  19. % This file is a catalog of fonts known to Ghostscript.  Any font
  20. % that is to be loaded automatically when named must be in this catalog,
  21. % except for fonts that Ghostscript finds automatically in directories
  22. % named in the GS_FONTPATH environment variable.
  23.  
  24. % Each font has an entry consisting of three items:
  25. %
  26. %    - The name by which the font is known inside Ghostscript
  27. %    (a Ghostscript name preceded by a `/', or a string enclosed
  28. %    in parentheses).  This is used to find the file from which
  29. %    a font of a given name should be loaded.
  30. %
  31. %    - Information depending on whether this is a real font or a
  32. %    font alias:
  33. %
  34. %        - For real fonts, the name of the Ghostscript font
  35. %        file (a Ghostscript string, enclosed in parentheses).
  36. %        The filename should include the extension, which (by
  37. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  38. %        also usable as fonts for Ghostscript.
  39. %
  40. %        - For font aliases, the name of the font which should
  41. %        be used when this one is requested, preceded by a
  42. %        `/'.  See the entry for Charter below for an example.
  43. %        Note that an alias name cannot be enclosed in parentheses.
  44. %
  45. %    - At least one space or tab, and a terminating semicolon.
  46.  
  47. % Because of limitations in the MS-DOS environment, Ghostscript font
  48. % file names must be no more than 8 characters long, must consist only
  49. % of LOWER CASE letters, digits, and underscores, and must start with a
  50. % letter.  Font names, on the other hand, need only obey the syntax of
  51. % names in the Ghostscript language, which is much more liberal.
  52.  
  53. % The following table is actually a Ghostscript data structure.
  54. % If you add new entries, be sure to copy the punctuation accurately;
  55. % in particular, you must leave at least one space or tab between each
  56. % field in the entry.  Also, please read fonts.doc for important information
  57. % about font names.
  58.  
  59. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  60. % and other programs that don't include full PostScript interpreters,
  61. % as well as with PostScript interpreters; .gsf fonts are compatible with
  62. % PostScript interpreters, but not with ATM or similar programs.
  63.  
  64. %
  65. % Fonts contributed by:
  66. %    URW++ Design and Development Incorporated
  67. %    Poppenbuetteler Bogen 29A
  68. %    D-22399 Hamburg
  69. %    Germany
  70. %    tel. +49 (40) 60 60 50
  71. %    fax +49 (40) 60 60 51 11
  72. % for distribution under the GNU License and Aladdin Free Public License.
  73. % See the notice at the head of this Fontmap file for licensing terms.
  74. % Each of these fonts is individually covered by the license:
  75. % for licensing purposes, they are not "part of" any larger entity.
  76. % The following notice applies to these fonts:
  77. %
  78. %    Copyright URW Software, Copyright 1994 by URW.
  79. %
  80.  
  81. % Actual fonts
  82.  
  83. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  84. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  85. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  86. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  87.  
  88. /NimbusMonL-Regu    (n022003l.pfb)    ;
  89. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  90. /NimbusMonL-Bold    (n022004l.pfb)    ;
  91. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  92.  
  93. /URWGothicL-Book    (a010013l.pfb)    ;
  94. /URWGothicL-BookObli    (a010033l.pfb)    ;
  95. /URWGothicL-Demi    (a010015l.pfb)    ;
  96. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  97.  
  98. /NimbusSanL-Regu    (n019003l.pfb)    ;
  99. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  100. /NimbusSanL-Bold    (n019004l.pfb)    ;
  101. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  102.  
  103. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  104. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  105. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  106. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  107.  
  108. /URWPalladioL-Roma    (p052003l.pfb)    ;
  109. /URWPalladioL-Ital    (p052023l.pfb)    ;
  110. /URWPalladioL-Bold    (p052004l.pfb)    ;
  111. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  112.  
  113. /CenturySchL-Roma    (c059013l.pfb)    ;
  114. /CenturySchL-Ital    (c059033l.pfb)    ;
  115. /CenturySchL-Bold    (c059016l.pfb)    ;
  116. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  117.  
  118. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  119. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  120. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  121. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  122.  
  123. /StandardSymL    (s050000l.pfb)    ;
  124.  
  125. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  126.  
  127. /Dingbats    (d050000l.pfb)    ;
  128.  
  129. % Aliases
  130.  
  131. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  132. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  133. /Bookman-Light            /URWBookmanL-Ligh    ;
  134. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  135.  
  136. /Courier            /NimbusMonL-Regu    ;
  137. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  138. /Courier-Bold            /NimbusMonL-Bold    ;
  139. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  140.  
  141. /AvantGarde-Book        /URWGothicL-Book    ;
  142. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  143. /AvantGarde-Demi        /URWGothicL-Demi    ;
  144. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  145.  
  146. /Helvetica            /NimbusSanL-Regu    ;
  147. /Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  148. /Helvetica-Bold            /NimbusSanL-Bold    ;
  149. /Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  150.  
  151. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  152. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  153. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  154. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  155.  
  156. /Palatino-Roman            /URWPalladioL-Roma    ;
  157. /Palatino-Italic        /URWPalladioL-Ital    ;
  158. /Palatino-Bold            /URWPalladioL-Bold    ;
  159. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  160.  
  161. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  162. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  163. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  164. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  165.  
  166. /Times-Roman            /NimbusRomNo9L-Regu    ;
  167. /Times-Italic            /NimbusRomNo9L-ReguItal    ;
  168. /Times-Bold            /NimbusRomNo9L-Medi    ;
  169. /Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  170.  
  171. /Symbol                /StandardSymL    ;
  172.  
  173. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  174.  
  175. /ZapfDingbats            /Dingbats    ;
  176.  
  177. %
  178. % Type 1 fonts contributed to the X11R5 distribution.
  179. %
  180.  
  181. % The following notice accompanied the Charter fonts.
  182. %
  183. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  184. %
  185. % You are hereby granted permission under all Bitstream propriety rights
  186. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  187. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  188. % for any purpose and without restriction; provided, that this notice is
  189. % left intact on all copies of such fonts and that Bitstream's trademark
  190. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  191. % Type 1 fonts.
  192. %
  193. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  194.  
  195. % The Bitstream Charter fonts have different names (CharterBT-
  196. % instead of Charter-), but Ghostscript doesn't care.
  197. /Charter-Roman            (bchr.pfa)    ;
  198. /Charter-Italic            (bchri.pfa)    ;
  199. /Charter-Bold            (bchb.pfa)    ;
  200. /Charter-BoldItalic        (bchbi.pfa)    ;
  201.  
  202. % The following notice accompanied the Utopia font:
  203. %
  204. %   Permission to use, reproduce, display and distribute the listed
  205. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  206. %   appears in all whole and partial copies of the software and that the
  207. %   following trademark symbol and attribution appear in all unmodified
  208. %   copies of the software:
  209. %
  210. %           Copyright (c) 1989 Adobe Systems Incorporated
  211. %           Utopia (R)
  212. %           Utopia is a registered trademark of Adobe Systems Incorporated
  213. %
  214. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  215. %   Metric files) donated are:
  216. %
  217. %           Utopia Regular
  218. %           Utopia Italic
  219. %           Utopia Bold
  220. %           Utopia Bold Italic
  221.  
  222. /Utopia-Regular        (putr.pfa)    ;
  223. /Utopia-Italic        (putri.pfa)    ;
  224. /Utopia-Bold        (putb.pfa)    ;
  225. /Utopia-BoldItalic    (putbi.pfa)    ;
  226.  
  227. %
  228. % Fonts contributed by URW GmbH for distribution under the GNU License.
  229. % The following notice accompanied these fonts:
  230. %
  231. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  232. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  233. %
  234. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  235. %
  236. % This program is free software; you can redistribute it and/or modify
  237. % it under the terms of the GNU General Public License as published by
  238. % the Free Software Foundation; either version 2 of the License, or
  239. % (at your option) later version.
  240. %
  241. % This program is distributed in the hope that it will be useful,
  242. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  243. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  244. % See the GNU General Public License for more details.
  245. %
  246. % You should have received a copy of the GNU General Public License
  247. % along with this program; if not, write to the Free Software
  248. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  249. %
  250. % Address:
  251. % URW GmbH
  252. % PC Support
  253. % Harksheider Strasse 102
  254. % 2000 Hamburg 65
  255. % Germany
  256. % Phone: +49 40 60 60 50       (Reception)
  257. % Phone: +49 40 60 60 52 30   (PC Support)
  258. % Fax    : +49 40 60 60 52 52
  259. %
  260.  
  261. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  262. /URWGroteskT-Bold        (u004006t.gsf)    ;
  263.  
  264. %
  265. % Shareware Kana fonts.  These are subject to the following notice:
  266. %
  267. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  268. % granted to freely distribute them in entirety along with this statement.
  269. % This is shareware. If you decide to use these fonts please contribute
  270. % $10 US to help support further freeware and shareware software development.
  271. % Questions and comments may be sent to:
  272. %
  273. % hartig@fsl.noaa.gov
  274. % khartig@nyx.cs.du.edu
  275. %
  276. % Kevin Hartig
  277. % 1126 Collyer Street
  278. % Longmont, CO 80501 USA
  279. % copyright 1993.
  280.  
  281. % Hiragana and Katakana fonts.  The character names are inappropriate,
  282. % and the encoding is probably not related to any known standard.
  283.  
  284. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  285. /Calligraphic-Katakana        (fkarw.gsf)    ;
  286.  
  287. %
  288. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  289.  
  290. % Cyrillic fonts.  The character names are inappropriate,
  291. % and the encoding is probably not related to any known standard.
  292.  
  293. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  294. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  295.  
  296. % Aliases
  297. /Cyrillic            /Cyrillic-Regular    ;
  298. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  299. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  300.  
  301. %
  302. % Fonts converted from Hershey outlines.  These are constructed and
  303. % maintained manually.  These are also in the public domain.
  304. %
  305. % The suggested UniqueID's and filenames are constructed differently for
  306. % these than for the ones above, because of the strange way that the Hershey
  307. % fonts were constructed.  The scheme for these looks like:
  308. %
  309. % 42TTXY0
  310. %
  311. % TT = typeface, X = ``class'', Y = variation
  312. %
  313. % The typeface names and numbers are listed in fonts.mak.
  314. %
  315. % class:
  316. % 0 = normal            = r
  317. % 1 = simplex            = s
  318. % 2 = complex            = c
  319. % 3 = triplex            = t
  320. % 4 = duplex            = d
  321. %
  322. % variation:
  323. % 0 = normal            (omitted)
  324. % 1 = oblique            = o
  325. % 2 = italic            = i
  326. % 3 = bold            = b
  327. % 4 = bold oblique        = bo
  328. % 5 = bold italic        = bi
  329. %
  330.  
  331. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  332. % accents, accented characters, and various other non-alphabetics
  333. % to the original Hershey fonts.  These are "freeware", not to be sold.
  334.  
  335. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  336. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  337. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  338.  
  339. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  340. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  341. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  342. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  343.  
  344. /Hershey-Script-Complex        (hrscc.pfa)    ;
  345. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  346.  
  347. % Fonts created algorithmically from the above.
  348.  
  349. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  350. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  351. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  352. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  353. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  354. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  355. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  356.  
  357. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  358. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  359. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  360. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  361.  
  362. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  363. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  364. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  365. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  366.  
  367. % Fonts consisting only of characters from the original Hershey
  368. % distribution.  These are Type 3 fonts.
  369.  
  370. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  371. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  372.  
  373. /Hershey-Plain                (hrplr.gsf)    ;
  374. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  375.  
  376. % Fonts created algorithmically from the above.
  377.  
  378. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  379. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  380. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  381. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  382. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  383. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  384.  
  385. % This font, and only this font among the Hershey fonts, uses
  386. % the SymbolEncoding.
  387.  
  388. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  389.